repo.or.cz
/
windows-sources.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added samples
[windows-sources.git]
/
sdk
/
samples
/
all in on code
/
Visual Studio 2010
/
CSWF4CustomSequenceActivity
/
Program.cs
blob
c867efd4f8a13fd075981f36de7b388b6a755389
1
using
System
;
2
using
System
.
Linq
;
3
using
System
.
Activities
;
4
using
System
.
Activities
.
Statements
;
5
6
namespace
CSWF4CustomSequenceActivity
7
{
8
class
Program
9
{
10
static void
Main
(
string
[]
args
)
11
{
12
WorkflowInvoker
.
Invoke
(
new
Workflow1
());
13
}
14
}
15
}